3.641 \(\int \frac {1}{(a+b \log (c (d+\frac {e}{f+g x})^p))^2} \, dx\)

Optimal. Leaf size=25 \[ \text {Int}\left (\frac {1}{\left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^2},x\right ) \]

[Out]

Unintegrable(1/(a+b*ln(c*(d+e/(g*x+f))^p))^2,x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {1}{\left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^2} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*Log[c*(d + e/(f + g*x))^p])^(-2),x]

[Out]

Defer[Int][(a + b*Log[c*(d + e/(f + g*x))^p])^(-2), x]

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^2} \, dx &=\int \frac {1}{\left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^2} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.88, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^2} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*Log[c*(d + e/(f + g*x))^p])^(-2),x]

[Out]

Integrate[(a + b*Log[c*(d + e/(f + g*x))^p])^(-2), x]

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {1}{b^{2} \log \left (c \left (\frac {d g x + d f + e}{g x + f}\right )^{p}\right )^{2} + 2 \, a b \log \left (c \left (\frac {d g x + d f + e}{g x + f}\right )^{p}\right ) + a^{2}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*log(c*(d+e/(g*x+f))^p))^2,x, algorithm="fricas")

[Out]

integral(1/(b^2*log(c*((d*g*x + d*f + e)/(g*x + f))^p)^2 + 2*a*b*log(c*((d*g*x + d*f + e)/(g*x + f))^p) + a^2)
, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (b \log \left (c {\left (d + \frac {e}{g x + f}\right )}^{p}\right ) + a\right )}^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*log(c*(d+e/(g*x+f))^p))^2,x, algorithm="giac")

[Out]

integrate((b*log(c*(d + e/(g*x + f))^p) + a)^(-2), x)

________________________________________________________________________________________

maple [A]  time = 0.16, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (b \ln \left (c \left (d +\frac {e}{g x +f}\right )^{p}\right )+a \right )^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*ln(c*(d+1/(g*x+f)*e)^p)+a)^2,x)

[Out]

int(1/(b*ln(c*(d+1/(g*x+f)*e)^p)+a)^2,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {d g^{2} x^{2} + d f^{2} + e f + {\left (2 \, d f g + e g\right )} x}{b^{2} e g p \log \left ({\left (d g x + d f + e\right )}^{p}\right ) - b^{2} e g p \log \left ({\left (g x + f\right )}^{p}\right ) + b^{2} e g p \log \relax (c) + a b e g p} - \int \frac {2 \, d g x + 2 \, d f + e}{b^{2} e p \log \left ({\left (d g x + d f + e\right )}^{p}\right ) - b^{2} e p \log \left ({\left (g x + f\right )}^{p}\right ) + b^{2} e p \log \relax (c) + a b e p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*log(c*(d+e/(g*x+f))^p))^2,x, algorithm="maxima")

[Out]

(d*g^2*x^2 + d*f^2 + e*f + (2*d*f*g + e*g)*x)/(b^2*e*g*p*log((d*g*x + d*f + e)^p) - b^2*e*g*p*log((g*x + f)^p)
 + b^2*e*g*p*log(c) + a*b*e*g*p) - integrate((2*d*g*x + 2*d*f + e)/(b^2*e*p*log((d*g*x + d*f + e)^p) - b^2*e*p
*log((g*x + f)^p) + b^2*e*p*log(c) + a*b*e*p), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {1}{{\left (a+b\,\ln \left (c\,{\left (d+\frac {e}{f+g\,x}\right )}^p\right )\right )}^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b*log(c*(d + e/(f + g*x))^p))^2,x)

[Out]

int(1/(a + b*log(c*(d + e/(f + g*x))^p))^2, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (a + b \log {\left (c \left (d + \frac {e}{f + g x}\right )^{p} \right )}\right )^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*ln(c*(d+e/(g*x+f))**p))**2,x)

[Out]

Integral((a + b*log(c*(d + e/(f + g*x))**p))**(-2), x)

________________________________________________________________________________________